메인 콘텐츠로 건너뛰기
POST
/
auth
/
reset-password
Reset password
curl --request POST \
  --url https://your_a2_service/auth/reset-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>",
  "token": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

본문

application/json
password
string
필수
token
string
필수

응답

Successful Response